
body {
	margin: 0;
	font-family:arial;
	background:#1c1a82;
}

header {
	width:100%;
	height:7%;
	background:#1c1a82;
	position:fixed;
}
 header label {
	float: right;
	display:none;
	font-size: 20px;
	margin-left: 20px;
	color:white;
	background:#1c1a82;
}
header label:hover {
	cursor: pointer;
	
	
}
#banda {
	width:50%;
	height:50%;
	margin-left:25%;
	margin-top: 150px;
	background:#1c1a82;
	position:fixed;
}
#banda {
	background: rgba(0,0,30,0.5);
}

#menu-bar {
	display: none;
	
}
.menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: flex-end;	 
}
.menu li:hover {
	background: rgba(255,255,255,0.3);
}
.menu li a {
	display: block;
	padding:15px 20px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;	
	
}
#banner img {
	width:100%;
	height:100%;
	margin-top:35px;
}
#dos img {
	width:100%;
	height:100%;
}
#cuatro img {
	width:100%;
	height:100%;
	
}
#tres {
		font-family:arial;
		font-size: 15px;
		text-align: center;
		color: #fff;
		text-shadow:3px 3px 2px #000;
}

.contenedor {
	width:100%;
	margin-top: 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-shadow:3px 3px 2px #000;
}	
h1,h2,h3 {
	float: left;
	margin-top: 0;
}


header .logo1 {
	color:red;
	padding:0px 0px 0px;
	margin-left:40px;
	font-size:30px;
	line-height:35px;
	float:left;
	text-shadow:3px 3px 2px #000;
}
header .logo2 {
	color:blue;
	padding:0px 0px 0px;
	font-size:27px;
	line-height:38px;
	float:left;
	text-shadow:3px 3px 2px #000;
} 
header .logo3 {
	color:white;
	padding:0px 0px 0px;
	margin-left:5px;
	font-size:9px;
	line-height:48px;
	float:left;
	text-shadow:3px 3px 2px #000;
}

section {
	width:100%;
	margin-bottom:0px;
	
}
footer {	
		color: #fff;	
		font-size: 10px;
		text-align: center;
		clear:both;
		padding: 20px 20px;
		
}
 @media (max-width: 768px) {
	header label {
	  display: block;
	}
	.menu {
	   position: absolute;
	   width: 27%;
	   margin-left: -70%;
	   transition: all 0.5s;
	   
	   
}
	.menu ul {
	   flex-direction: column;
	   margin-top: 35px;
	   background:#1c1a82;   
	}
	.menu li {
	border-top: 1px solid #fff;
}
#menu-bar:checked ~ .menu {
	margin: 0;
}
 	

